runtime.arenaHint.addr (field)

8 uses

	runtime (current package)
		malloc.go#L553: 			hint.addr = p
		malloc.go#L620: 		hint.addr = p
		malloc.go#L628: 		userArenaHint.addr = p
		malloc.go#L672: 		p := hint.addr
		malloc.go#L690: 			hint.addr = p
		malloc.go#L726: 		hint.addr, hint.down = uintptr(v), true
		malloc.go#L729: 		hint.addr = uintptr(v) + size
		mheap.go#L342: 	addr uintptr